@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600&display=swap');


/* LAYOUT */
/* NAVIGATION */
/* TYPOGRAPHY */
/* IMAGES */

html { 
  background: url("http://walthayesmusic.com/images/bg2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {   
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 100%;
}
	
/**************** LAYOUT ****************/

.content-outer {
	min-height: 100px;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
}

.content-inner {
	width: 100%;
	max-width:800px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.content-inner2 {
	width: 90%;
	max-width:800px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}		

/**************** COLLAPSE COLUMNS ****************/

* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 50%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}
	
/**************** TYPOGRAPHY ****************/

h1 {
    font-size: 50px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 600;
	font-size: 50px;
	color: #000000;
	line-height: 160%;
}

h2 {
    font-size: 40px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #000000;
	line-height: 160%;
}

h3 {
    font-size: 40px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #000000;
	line-height: 160%;
}

@media only screen and (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}

.maintext {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	line-height: 160%;
	text-align: left;
	color: #000000;
}	

.showstext {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 160%;
	text-align: center;
	color: #000000;
}

.link-style {
	color: #258bc3;
	text-decoration: none;
}

.link-style:hover {
	color: #ffffff;
}


/**************** NAVIGATION ****************/

.nav {
	height: 50px;
	background-color: #5b6e79;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
}

.icon {
	position: absolute;
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	margin-right: 1px;
}
/*Style for menu links*/
li a {
	display:block;
	min-width:200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Poppins", sans-serif;
	font-size: 14pt;
	font-weight: 600;
	color: #ffffff;
	/*background: rgba(255, 255, 255, 0.0);*/
	background-color: #5b6e79;
	text-decoration: none;
}
/*Hover state for top level links */
li:hover a {
	background: #c2cccb;
	height: 50px;
	font-size: 14pt;
	font-weight: 600;
	margin-top:0px;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Poppins", sans-serif;
	font-size: 18pt;
	text-decoration: none;
	color: #ccc4a7;
	background: #5b6e79;
	text-align: center;
	padding: 15px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Navigation Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		border-bottom: 1px solid #666153;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

.responsive {
	width: 100%;
	height: auto;
}
  
/****************  IMAGES ****************/

.image {
    height:auto;
    width:auto;
	border-radius: 15px;
}
	
.image-home {
    height:auto;
    width:75%;
	border-radius: 15px;
}
	
.image-cover {
    height:auto;
    width:100%;
	border-radius: 15px;
}
	
.image-stream {
	height:auto;
    width:280px;;
	border-radius: 15px;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

@media screen and (max-width: 767px) {
          iframe {
            width: 100%; /* Make the video take full width on mobile */
            height: auto; /* Maintain aspect ratio */
          }
        }

/***************** PHOTO GALLERY ****************/

* {box-sizing: border-box}
	body {font-family: Verdana, sans-serif; margin:0}
	.slider {display: none}
	img {vertical-align: middle;}
	 
.slider-box {
	max-width: 600px;
	position: relative;
	margin: auto;
}
	 
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
	 
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
	 
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
	 
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
	 
.numIndicator {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
	 
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
	 
.active, .dot:hover {
	background-color: #717171;
}
	 
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
	 
@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
	 
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
	 
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}